{% extends "base.html" %} {% block title %}文章管理{% endblock %} {% block content %}

文章管理

新建文章
{% for post in posts.items %} {% else %} {% endfor %}
标题 发布时间 操作
{{ post.title }} {{ post.created_at.strftime('%Y-%m-%d %H:%M') }} 编辑
暂无文章
{% endblock %}